Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4 -> v5 age confidence
actions/setup-go action major v5 -> v6 age confidence
github.com/ccoveille/go-safecast require major v1.7.0 -> v2.0.0 age confidence
github/codeql-action action major v3 -> v4 age confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

actions/setup-go (actions/setup-go)

v6

Compare Source

ccoveille/go-safecast (github.com/ccoveille/go-safecast)

v2.0.0

Compare Source

What brings the v2 ?

Fixed

  • float overflow handling with parse float from string

    Previously, it returned an ErrStringConversion error while it's an overflow.
    Now it returns the proper overflow error.

BREAKING CHANGES

  • package no longer supports converting from bool

true/false are no longer converted to 1/0
These values cannot overflow, this was an error.

  • Convert no longer supports converting from string

You can now use Parse function

  • string to number conversion no longer uses base 0 (auto-detect in Go strconv library)

Use Parse function with proper base instead

This solves issue with 07 being parsed as 7, and 08 being reported as an invalid octal

  • Convert no longer returns 0 when conversion fails (e6c5137)

It now returns the invalid converted value with the error

  • Removed Input type (Input=string|bool|Number)

This type was used by Convert function to represent input value.
Now Convert function uses Number type directly.

This also drastically improves performance as it removes the type assertion checks.

All of these was introduced with ccoVeille#120

Minor

Full Changelog: ccoVeille/go-safecast@v1.8.1...v2.0.0

v1.8.2: deprecate the v1

Compare Source

What's Changed

v1 is now deprecated, please use v2

d47929d

Full Changelog: ccoVeille/go-safecast@v1.8.1...v1.8.2

v1.8.1

Compare Source

What's Changed

Minor

Full Changelog: ccoVeille/go-safecast@v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

Full Changelog: ccoVeille/go-safecast@v1.7.0...v1.8.0

github/codeql-action (github/codeql-action)

v4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update actions/checkout action to v5 chore(deps): update all (major) Sep 7, 2025
@renovate renovate bot force-pushed the renovate/major-all branch from f7d6137 to 7b41c86 Compare September 7, 2025 23:00
@renovate renovate bot force-pushed the renovate/major-all branch from 7b41c86 to 06a2acc Compare September 25, 2025 19:27
@renovate renovate bot force-pushed the renovate/major-all branch from 06a2acc to 50e525a Compare October 7, 2025 19:49
@renovate renovate bot force-pushed the renovate/major-all branch from 50e525a to b42ab19 Compare November 3, 2025 22:43
@renovate renovate bot changed the title chore(deps): update all (major) fix(deps): update all (major) Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant